home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Sound / Timidity / AmiTimidity.doc < prev    next >
Text File  |  2001-06-18  |  3KB  |  78 lines

  1.  
  2. ---------------------------------------
  3.         Timidity PPC/68k notes
  4. ---------------------------------------
  5.  
  6.  
  7. If you have a 68060  I  suggest  you to  use  the  68k
  8. and not the PPC version, because the PPC lacks some of
  9. the features of the 68k one, but on the other hand the
  10. 68k one is slow, too slow also on my 040@33. On a 060
  11. it runs very well though. Also, the 68k version has  a
  12. nice MUI GUI, and sounds very well via  AHI.  Too  bad
  13. that the author lost all the sources.
  14.  
  15. The PPC version needs the ixemul.library  in  the  PPC
  16. version, so don't forget to add a big stack (I use  at
  17. least 300000) or you will get crashes. The PPC version
  18. works perfectly under ppc.library emulation  under the
  19. WarpOS system, but has also a nasty bug, it  can't  be
  20. stopped, with break or control-c, so you  always  have
  21. to wait for the end of the file. Also it seems not  to
  22. like too much AHI, I often  get  distorted  sound,  it
  23. doesn't happen while outputting to  file.  Anyway,  to
  24. hear something with  AHI  you  have  to  add  the  "8"
  25. switch to the -O  parameter,  or  you  will  not  hear
  26. anything.
  27.  
  28. I think that the best way to use
  29. TimidityPPC is to use it as MIDI2WAV converter,  as it
  30. is really fast, and can convert to ram in few seconds.
  31.  
  32. When I want to listen to a MIDI, I convert it in wav to
  33. ram: with  the  ppc  version  and  then  play  it  with
  34. SongPlayer or Play16. If you have a 060 you can play in
  35. realtime without the conversion step.
  36.  
  37. The two tools  you find are provided to give a fast way
  38. to do the conversion without messing  too much with the
  39. shell. They are simple AmigaDOS scripts, assuming  that
  40. you have the RequestFile and RequestChoice files in  C:
  41. as with the standard installation.
  42.  
  43. ---------------------
  44. Timidity or GMPlay ?
  45. ---------------------
  46.  
  47. Actually there are 2 MIDI players for Amiga that don't
  48. need additional hardware. For a lot  of  time  I  used
  49. GMPlay, and think that it's a great software  too,  so
  50. here is a little comparison between the 2:
  51.  
  52. GMPlay is faster than Timidity, If you have a  030  or
  53. a 040 you should use it. Timidity68k is way  too  slow
  54. for real time playing unless you have a 060.
  55.  
  56. The samples used in the distribution of GMPlay are not
  57. of a great quality, except  for  the  drums.  Timidity
  58. comes with no patches, but  now  you  have  downloaded
  59. this archive, so it doesn't matter :-)
  60.  
  61. There are some new  tone  banks  on  Aminet,  but  the
  62. quality is still too low, and  the  sound  never  gets
  63. realistic.Timidity covers almost every MIDI instrument
  64. and  the  banks  (except  for  some  drums,  that  are
  65. downloadable separately anyway, maybe I'll do  another
  66. release), and with this set of  patches the quality is
  67. great. GMPlay seems to be no more developed. Both  can
  68. be used to play MIDI files on Internet,  but  the  PPC
  69. version distorts the sound, I really hope to see a new
  70. version... Timidity is open sourced: if you are a good
  71. programmer, you could port the newer versions.
  72.  
  73.  
  74. Final notes:
  75. Timidity is under GNU Public License.
  76. 68k Porting done by Philipp Grosswiler
  77. PPC Porting done by Holger Jakob
  78. EAW Patches by Eric A. Welsh